CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - round robin

搜索资源列表

  1. saicheng

    0下载:
  2. 一个关于赛程安排的算法。N支球队参加比赛进行双循环赛,给出赛程安排算法。-a leg on the arrangements for the algorithm. N Clubs double round robin tournament, scheduling algorithm for the given schedule.
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:4627
    • 提供者:
  1. RoundRobinScheduler

    0下载:
  2. 支持3-32名选手的单循环赛日程安排(每天的对战选手名单和每名选手每天的对手名单),支持保存日程表和打开已保存的日程表,支持选手ID和赛事名称录入,支持每轮比赛的日期制定。 -support 3-32 players single round robin schedule (daily list of players and the war every day player opponents list), supported preservation of the schedule and h
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:10676
    • 提供者:孙宇
  1. RoundRobinSchedulingTask

    0下载:
  2. C++编程实例Round Robin Scheduling Task-C programming examples Round Robin Scheduling Task
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2008-10-13
    • 文件大小:55648
    • 提供者:jupiter
  1. SoftTime

    0下载:
  2. 基于51定时器时间片轮循调度函数软件-time timer function unit Round Robin Scheduling Software
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2008-10-13
    • 文件大小:33834
    • 提供者:adad
  1. 1

    0下载:
  2. In a preemptive priority based RTOS, priority inversion problem is among the major sources of deadline violations. Priority inheritance protocol is one of the approaches to reduce priority inversion. Unfortunately, RTOS like uC/OS can’t suppo
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:135878
    • 提供者:刘天宏
  1. CPUSchedule

    0下载:
  2. 3个CPU调度算法的simulation. 分别是Short Job First,High Return Ration Next, Round Robin. 模拟得到R,U,S等重要指标。
  3. 所属分类:数据结构常用算法

    • 发布日期:2014-01-16
    • 文件大小:19478
    • 提供者:tennic
  1. project3

    2下载:
  2. The main purpose of this project is to add a new scheduling algorithm to GeekOS and to implement a simple synchronization primitive (semaphore). As you might have already noticed, GeekOS uses a simple priority based preemptive Round Robin algorithm.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2014-01-17
    • 文件大小:589155
    • 提供者:向东
  1. RR

    0下载:
  2. Round-robin scheduling algorithm is one of the simplest scheduling algorithms. It is designed especially for time-sharing systems. The ready queue is treated as a circular queue. The algorithm assigns a time slice(also called time quantum) to each pr
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:81019
    • 提供者:邓思兵
  1. chulijidiaodu.rar

    0下载:
  2. 设计一个按优先权调度和时间片轮转算法实现处理机调度的程序。 本实验模拟实现处理机调度,以加深了解处理机调度的工作。,Design a priority by scheduling and Round Robin time slice to achieve processor scheduling procedures. Experimental simulation of the realization of processor scheduling, processor scheduling
  3. 所属分类:CSharp

    • 发布日期:2016-01-26
    • 文件大小:2461
    • 提供者:dingdangmao
  1. processdoing.rar

    0下载:
  2. 操作系统中进程调度算法的模拟 可以实现先来先服务 短作业有限 和时间片轮转算法,Operating system scheduling algorithm in the simulation process can be achieved first-come first-serve limited and short operating time slice Round Robin
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:1641
    • 提供者:zhou
  1. jinchengdiaodu

    0下载:
  2. 编写并调试一个模拟的进程调度程序,采用“轮转法”调度算法对五个进程进行调度-Write and debug a simulation of the process scheduler, the " Round-Robin" scheduling algorithm for scheduling the five process
  3. 所属分类:software engineering

    • 发布日期:2017-04-02
    • 文件大小:6050
    • 提供者:yogurt
  1. caozuoxitong

    0下载:
  2. 短作业优先、先来先服务、高响应比、时间片轮转等四个进程调度算法的模拟实现-Short jobs first, first-come first-served, high-response ratio, round-robin scheduling algorithm in four process simulation to achieve
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-13
    • 文件大小:3478141
    • 提供者:唐帆
  1. 51的简单的时间片轮转操作系统

    0下载:
  2. 51的简单的时间片轮转操作系统,本人将其命名为IN_TIME_OS 是一个实时性很强且占用内存很少的操作系统-51 simple round-robin operating system, I will name it IN_TIME_OS is very strong and a real-time operating systems take up very little memory
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2017-03-21
    • 文件大小:56200
    • 提供者:zhudeng
  1. dan-xun-huan-lian-biao

    0下载:
  2. 这是老师给我们的单循环链表代码,绝对是老师亲手写的-This is the teacher gave us a round robin list code, definitely taught how to write
  3. 所属分类:Other systems

    • 发布日期:2017-05-15
    • 文件大小:3811039
    • 提供者:张江
  1. Pro

    0下载:
  2. 进程模拟程序,可实现先来先运行,优先级高先运行,最短时间先运行,时间片轮转-Process simulation program,can achieve first-come first-run, high-priority run first, shortest time to run, round-robin
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-13
    • 文件大小:3486929
    • 提供者:曹开发网
  1. process-simulate

    0下载:
  2. c++模拟系统进程调度 包括FCFS,时间片轮转,多级反馈,静态优先级,动态优先级-c++ simulation system process scheduling including FCFS, round-robin, multi-level feedback, static priority, dynamic priority
  3. 所属分类:OS Develop

    • 发布日期:2017-05-04
    • 文件大小:1194781
    • 提供者:lijie
  1. thecalendarofound-robincompeti

    0下载:
  2. 对分治法中常见的应用问题-循环赛日程表设计问题分析实现,On the separation of the application of common law issues- the design of round-robin schedule analysis to achieve
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:8963
    • 提供者:戚佳
  1. DDEX3-modi.rar

    0下载:
  2. 利用directdraw 全屏模式多画面轮循显示图片,及Overlay显示的实例,Full-screen mode to use directdraw round robin multi-screen display pictures, and show examples of Overlay
  3. 所属分类:DirextX

    • 发布日期:2017-05-24
    • 文件大小:7715872
    • 提供者:sss
  1. list

    1下载:
  2. 实现不带头结点的单循环链表的基本功能,如插入删除结点,以及如何构造一个无头结点的单循环链表-Node does not take the lead to achieve the basic functions of the single round-robin list, such as the insertion deletion of nodes, as well as how to construct a single cycle of the first node list
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:541
    • 提供者:Helen22
  1. include1

    0下载:
  2. 足球联赛积分排名程序 设计内容:足球联赛采用主客场双循环赛制,胜一场得3分,平局各得1分,负一场得0分,联赛排名以积分多者在前,当两队(或多队)积分相同时,则净胜球(即进球数与失球数之差)多者在前,若净胜球相同,则进球数多者在前,若仍相同,则抽签或踢附加赛决定名次(这在联赛结束后进行,联赛未结束则两队名次并列,本程序不做这方面要求)。试编写一个足球联赛积分排名程序,程序统计最近一轮比赛后,各队积分及排名。-League standings programming content: Footb
  3. 所属分类:Project Design

    • 发布日期:2017-03-27
    • 文件大小:6206
    • 提供者:张烨
« 1 2 3 4 56 7 8 9 10 ... 22 »
搜珍网 www.dssz.com